home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / htdocs / forbidden / .htaccess next >
Text File  |  2004-06-29  |  107b  |  4 lines

  1. AuthType Basic
  2. AuthName "FORBIDDEN AREA"
  3. require valid-user
  4. AuthUserfile "../htdocs/forbidden/.htpasswd"